Rdocumentation
powered by
Learn R Programming
RnavGraph (version 0.0.8)
ng_set<-: Modify data in a NG_data, NG_graph, NG_path or navgraph handler object.
Description
Modifies data in some of the in RnavGraph specifically defined classes.
Usage
ng_set(object, what) <- value
Arguments
object
Either a: navgraph handler, NG_data, NG_path, NG_graph object.
what
String of what should be modified within the object.
value
Replacement value.
Value
Details
Using ng_set is risky because we don't guarantee that the objects gets updated correctly. We recommend to just re-create the object.
See Also
navGraph
,
ng_set-methods
,
ng_get
,
ng_get-methods